home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 173 / Issue 173 - Jul 2002 - DPCS0702.iso / editorial / Python / Python-2.2.1.exe / TEST_DOCTEST.PY < prev    next >
Encoding:
Text File  |  2001-09-17  |  65 b   |  3 lines

  1. import doctest, test_support
  2. test_support.run_doctest(doctest)
  3.